'宣言 Public Function ReverseIterate( _ ByVal decrementor As System.Func(Of T,T) _ ) As System.Collections.Generic.IEnumerable(Of T)
public System.Collections.Generic.IEnumerable<T> ReverseIterate( System.Func<T,T> decrementor )
パラメータ
- decrementor
'宣言 Public Function ReverseIterate( _ ByVal decrementor As System.Func(Of T,T) _ ) As System.Collections.Generic.IEnumerable(Of T)
public System.Collections.Generic.IEnumerable<T> ReverseIterate( System.Func<T,T> decrementor )